1.1.3 • Published 8 months ago

remaster-ui v1.1.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
8 months ago

remaster-ui.png

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

Storybook

npm run storybook

License

Licensed under the GNU General Public License v3.0.