@unboared/ui
v0.0.2
Published
Unboared's React UI component library
Downloads
1
Readme
@unboared/ui
A React component library designed to help developers build inclusive, performant, and trusted user interfaces.
Installation
Depending on your preference, run one of the following in your terminal:
# With npm
npm install --save @unboared/base-ui
# With yarn v1
yarn add @unboared/ui
# With pnpm
pnpm install @unboared/base-ui@unboared/ui has a number of required peer dependencies. If your project doesn't have them already, you can install them by running:
# With npm
npm install --save react react-dom @emotion/react @emotion/styled @unboared/icons
# With yarn v1
yarn add react react-dom @emotion/react @emotion/styled @unboared/icons
# With pnpm
pnpm install react react-dom @emotion/react @emotion/styled @unboared/iconsUsage
Here are a few helpful links for getting started with our design system:
- Documentation - Learn how to use Unboared React UI and view the components in Storybook.
- Getting started - Add Unboared UI to an existing project.
- Theming - Learn about how to manage theme.
- Contribute - How to add new components to the Storybook.
