2.1.1 • Published 2 years ago

matter-react-ui v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago