Skip to content

Commit 080477d

Browse files
add example libraries section
1 parent 98708f0 commit 080477d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,20 @@ Here is a [branch](https://github.com/transitive-bullshit/react-modern-library-b
116116

117117
Here is a [branch](https://github.com/transitive-bullshit/react-modern-library-boilerplate/tree/feature/material-ui) which demonstrates how to make use of a relatively complicated peer dependency, [material-ui](https://github.com/mui-org/material-ui). It shows the power of [rollup-plugin-peer-deps-external](https://www.npmjs.com/package/rollup-plugin-peer-deps-external) which makes it a breeze to create reusable modules that include complicated material-ui subcomponents without having them bundled as a part of your module.
118118

119+
### Libraries
120+
121+
Here are some example libraries that have been bootstrapped with `create-react-library`.
122+
123+
- [tabler-react](https://github.com/tabler/tabler-react) - React components and demo for the Tabler UI theme.
124+
- [react-background-slideshow](https://github.com/transitive-bullshit/react-background-slideshow) - Sexy tiled background slideshow for React 🔥
125+
- [react-starfield-animation](https://github.com/transitive-bullshit/react-starfield-animation) -✨ Canvas-based starfield animation for React.
126+
- [react-particle-effect-button](https://github.com/transitive-bullshit/react-particle-effect-button) - Bursting particle effect buttons for React 🎉
127+
- [react-particle-animation](https://github.com/transitive-bullshit/react-particle-animation) - Canvas-based particle animation for React.
128+
- [react-block-image](https://github.com/transitive-bullshit/react-block-image) - React replacement for img with more control + fallback support.
129+
- [react-mp3-recorder](https://github.com/transitive-bullshit/react-mp3-recorder) - Microphone recorder for React that captures mp3 audio 🎵
130+
131+
Want to add yours to the list? Submit an [issue](https://github.com/transitive-bullshit/create-react-library/issues/new)!
132+
119133

120134
## License
121135

0 commit comments

Comments
 (0)