1.2.8 • Published 7 months ago

modulo-ui v1.2.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Logo

Módulo UI

Módulo UI is teeny tiny React component library designed to make building React projects easier. Módulo was started by Stephanie Boggs as a challenge to learn as much as possible about designing, building, packaging, and publishing a component library. The future looks bright, as Stephanie is working on some collaborative projects to help Módulo UI grow into a (slightly) larger than "teeny tiny" library.

Table of contents

Documentation

Click here for the Módulo UI website and for all of the up-to-date info.

Installation

with npm

 $ npm install modulo-ui

with yarn

 $ yarn add modulo-ui

Usage

To start using the components, import the one(s) you want to use into your project, pass the appropriate props, and add whatever logic you need:

import { Button } from 'modulo-ui'

      const App = () => (
        <>
         <Button 
            Size='large' 
            Color='red'
            Icon 
            IconType='settings1' 
            ButtonLabel="Submit" 
            onClick={handleButtonClick} 
         />
        </>
      );

For more in-depth examples, including how to overwrite default styles, go to the Módulo UI website.

Authors

Contributing

Módulo UI is still getting off the ground, but if you'd like to chat about contributing in the future, email here:

sjboggsdev@gmail.com

License

MIT

1.2.0

7 months ago

1.2.8

7 months ago

1.1.9

7 months ago

1.2.7

7 months ago

1.1.8

8 months ago

1.2.6

7 months ago

1.1.7

8 months ago

1.2.5

7 months ago

1.1.6

8 months ago

1.2.4

7 months ago

1.1.5

8 months ago

1.2.3

7 months ago

1.1.4

8 months ago

1.2.2

7 months ago

1.1.3

8 months ago

1.2.1

7 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago