@wp-essence-ui/components
v0.0.23
Published
Looking to quickly add Metro UI to your react project? This component library is the right choice for you.
Maintainers
Readme
Install the library
You can install the library using the npm install command. To install the library, run the following command:
terminal
npm install @wp-essence-ui/componentsImport the component
To use the components you can import the respective components. e.g. Import a button component in your tsx file as below.
sample.tsx
import { Button } from '@wp-essence-ui/components';Use the component
You can use the component as below.
sample.tsx
<Button>Hello World</Button>For more information visit our website
