@gameon/on-ui-components
v3.33.0
Published
ON UI library of web components
Downloads
4,226
Keywords
Readme
On UI components
For a list of all components and their documentation, visit our Storybook.
Getting Started
npm i @gameon/on-ui-components
Web Components
Here is an example of how to import the button component.
import { OnButton } from '@gameon/on-ui-components/base/button';
React Components
Here is an example of how to import the button component in a react app.
import { OnButton } from '@gameon/on-ui-components/react/button';