remaster-ui
v1.1.3
Published
UI library for front-end development based on React
Downloads
5
Readme
Remaster UI
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.
Installation
npm i remaster-ui @phosphor-icons/react
How to use
import { ActionButton } from 'remaster-ui'
import { Heart } from '@phosphor-icons/react'
export default Page() {
return <ActionButton variant="primary" text="Button" leading={<Heart />} />
}
Credits
- facebook/react
- emotion-js/emotion
- phosphor-icons/react
- Hacker0x01/react-datepicker
- pmndrs/react-spring
- henperi/image-validator
- hjortureh/css3.coverflow
Storybook
npm run storybook
License
Licensed under the GNU General Public License v3.0.