Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devforey/youtube-ui
:sparkles: :sparkles: :sparkles: Youtube Components :sparkles: :sparkles: :sparkles:
https://github.com/devforey/youtube-ui
css css-library ui-components
Last synced: 3 months ago
JSON representation
:sparkles: :sparkles: :sparkles: Youtube Components :sparkles: :sparkles: :sparkles:
- Host: GitHub
- URL: https://github.com/devforey/youtube-ui
- Owner: devforey
- Created: 2019-08-30T11:08:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T11:33:42.000Z (about 5 years ago)
- Last Synced: 2024-05-08T12:32:32.076Z (6 months ago)
- Topics: css, css-library, ui-components
- Language: CSS
- Homepage: http://mountainous-boundary.surge.sh/
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-CSS-Resources - youtube-ui:
README
# Youtube UI
See the components in action in the [docs](http://mountainous-boundary.surge.sh/) or this [demo application](http://goofy-beef.surge.sh/).## Downloads
* [Download CSS](https://raw.githubusercontent.com/devforey/youtube-ui/master/dist/index.css)
* [Download JS](https://raw.githubusercontent.com/devforey/youtube-ui/master/dist/index.js)## Development
* Install dependencies `npm install`
* Watch for file changes `npm run dev`
* Open `/docs/index.html` to see changes## Build
Run `npm run build`. The build files are in `dist` folder. The docs are also built in `docs` folder.