@real-system/button

0.0.68 • Public • Published

@real-system/button

Real System's Button component.

npm version

Installation

# install peer dependencies

# npm
$ npm install @real-system/styled-library @real-system/elements-primitive @real-system/utils-library react react-dom
# yarn
$ yarn add @real-system/styled-library @real-system/elements-primitive @real-system/utils-library react react-dom

# install button

# npm
$ npm install @real-system/button
# yarn
$ yarn add @real-system/button

Code Example

import { RealSystemProvider } from '@real-system/styled-library';
import { Button } from '@real-system/button';

const MyButton = () => {
  return (
    <Button colorScheme="purple" size="lg">
      Button
    </Button>
  );
};

Readme

Keywords

Package Sidebar

Install

npm i @real-system/button

Weekly Downloads

1

Version

0.0.68

License

MIT

Unpacked Size

126 kB

Total Files

16

Last publish

Collaborators

  • bigwoof91