@rtgs-global/components
v1.0.64875
Published
RTGS Global React components
Downloads
34
Readme
📦 Installation
npm install @rtgs-global/components
yarn add @rtgs-global/components
🔨 Usage
import { Button, TextInput } from '@rtgs-global/components';
const App = () => (
<>
<TextInput inputType="number" label="Phone Number" />
<Button mode="primary" onClick={() => {}}>Submit</Button>
</>
);
💅🏻 Component Library
We use Storybook to provide living documentation for the components.
Run npm run storybook and navigate to http://localhost:6006