Remaster UI is a module that provides a set of React components built with @emotion to help you build beautiful user interfaces.
This package includes components, icons (by Phosphor) & tokens.
npm i remaster-ui @phosphor-icons/react
import { ActionButton } from 'remaster-ui'
import { Heart } from '@phosphor-icons/react'
export default Page() {
return <ActionButton variant="primary" text="Button" leading={<Heart />} />
}
- facebook/react
- emotion-js/emotion
- phosphor-icons/react
- Hacker0x01/react-datepicker
- pmndrs/react-spring
- henperi/image-validator
- hjortureh/css3.coverflow
npm run storybook
Licensed under the GNU General Public License v3.0.