1.0.7 • Published 7 years ago

reactjs-ui-components v1.0.7

Weekly downloads
27
License
-
Repository
github
Last release
7 years ago

reactjs-ui-components

ReactJS components library using CSS modules

Install

npm install reactjs-ui-components

Usage

var React = require('react');
import {Container, Title} from "reactjs-ui-components"

class HomeComponent extends React.Component {
    render() {
        return (
           <Container>
                <Title uppercase pageTitle>Hello Happiness</Title>
           </Container>
        )
    }
}

Note

I am constantly working on adding new components. Get in touch if you have ideas for improvements

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago