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;
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.1
    2
  • 2.1.0
    1
  • 2.0.0
    1

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