0.0.8 • Published 2 years ago

@nmw/react-components v0.0.8

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

nmw react components · GitHub license npm version PRs Welcome

nmw react components is a JavaScript React component library for building user interfaces.

  • Create React apps with nmw react components to speed development of React applications.

Learn how to use nmw react components in your project.

Installation

nmw react components is currently being designed and can easily be gradual adopted from the start, and you can use as little or as much as you need, simply install via npm or yarn:

$ npm install @nmw/react-components

$ yarn add @nmw/react-components

Documentation

You can find the nmw react component documentation on the website.

You can improve it by sending pull requests to this repository.

Examples

I have several examples on the website. Here is the first one to get you started:

import { Page } from '@nmw/react-components';

function Home({ name }) {
  return <Page>Hello {name}</Page>;
}

Contributing

The main purpose of this repository is to continue evolving nmw react components, making more components to make React apps more quickly. Development of nmw react components happens in the open on GitHub, and I am open to all for bugfixes and improvement contributions.

License

nmw react components is MIT licensed.

0.0.3

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago