Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sohretturaman/react-npm-library

Published first npm react library !! 5 different types of buttons has been created
https://github.com/sohretturaman/react-npm-library

npm-package react reactjs reactlibrary ui-components

Last synced: 24 days ago
JSON representation

Published first npm react library !! 5 different types of buttons has been created

Awesome Lists containing this project

README

        

# strmn

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/strmn.svg)](https://www.npmjs.com/package/strmn) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save strmn
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'strmn'
import 'strmn/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [sohretturaman](https://github.com/sohretturaman)