@real-system/button-primitive
v0.0.51
Published
Button primitive components for real system.
Downloads
12
Maintainers
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install button-primitive
# npm
$ npm install @real-system/button-primitive
# yarn
$ yarn add @real-system/button-primitive
Code Example
import type { ButtonPrimitiveProps } from '@real-system/button-primitive';
import { ButtonPrimitive } from '@real-system/button-primitive';
...