https://github.com/johnwalley/react-rowing-blades
Library of rowing clubs' blades
https://github.com/johnwalley/react-rowing-blades
react rowing svg
Last synced: about 2 months ago
JSON representation
Library of rowing clubs' blades
- Host: GitHub
- URL: https://github.com/johnwalley/react-rowing-blades
- Owner: johnwalley
- License: apache-2.0
- Created: 2018-11-30T00:07:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:39:04.000Z (6 months ago)
- Last Synced: 2025-04-15T06:14:38.044Z (about 2 months ago)
- Topics: react, rowing, svg
- Language: TypeScript
- Homepage: https://react-rowing-blades.netlify.com
- Size: 7.91 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Rowing Blades
React Rowing Blades is a library of SVG illustrations (react components) of rowing clubs' blades.
[](https://www.npmjs.com/package/react-rowing-blades)
## Install
`npm install --save react-rowing-blades`
### How to use
```javascript
import Blade from 'react-rowing-blades';const Example = () => ;
```## Development
If you want to develop a component
- `npm i`
- `npm run storybook`
If you want to build
- `npm run build-storybook`
## Documentation
See https://react-rowing-blades.netlify.com/
## Attribution
Original blade designs from [Wikimedia Commons](https://commons.wikimedia.org/wiki/Category:SVG_rowing_blades).
## License
The blade designs are licensed under the [Creative Commons Attribution Share Alike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to display the blade designs is licensed under the [Apache License 2.0](LICENSE.md).