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: 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T19:20:32.000Z (over 2 years ago)
- Last Synced: 2025-02-21T12:28:57.670Z (over 1 year 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
[](https://www.npmjs.com/package/strmn) [](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)