matter-react-ui

2.1.1 • Public • Published

Matter-UI

matter-ui.png

How to test

You can live test our components using Storybook.

$ npm run storybook

Available components

  • TextInput
  • PasswordInput
  • DateInput

How to use

For example, you can use the following code to render a TextInput component.`:

import React from 'react';
import { TextInput } from 'matter-react-ui';

const App = () => {
  return (
    <TextInput
      placeholder='Enter your name'
      size='md'
    />
  );

export default App;
}

Dependencies (0)

    Dev Dependencies (23)

    Package Sidebar

    Install

    npm i matter-react-ui

    Weekly Downloads

    4

    Version

    2.1.1

    License

    MIT

    Unpacked Size

    5.39 MB

    Total Files

    61

    Last publish

    Collaborators

    • william-monroy