Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sohretturaman/react-npm-library
- Owner: sohretturaman
- Created: 2024-01-29T18:39:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T19:20:32.000Z (12 months ago)
- Last Synced: 2024-11-08T17:53:25.157Z (3 months ago)
- Topics: npm-package, react, reactjs, reactlibrary, ui-components
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/strmn
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)