https://github.com/nojsja/react-nojsja
React code of mine.
https://github.com/nojsja/react-nojsja
Last synced: 6 months ago
JSON representation
React code of mine.
- Host: GitHub
- URL: https://github.com/nojsja/react-nojsja
- Owner: nojsja
- License: gpl-3.0
- Created: 2017-12-21T02:53:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T00:47:35.000Z (over 3 years ago)
- Last Synced: 2025-10-26T16:15:18.707Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.07 MB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-nojsja
----------------
>react code of mine.
### commands
* 【npm run build-dll】 -- dll the static library with webpack.
* 【npm run start】 -- start webpack-dev-server.
* 【npm run build】 -- compile and package the frontend resources.
### Contents
1. components - react component
2. snippets - code snippets
3. documents - doc
### components
>For easy viewing, components dir is placed in the root dir.
- AudioPreview - HTML5 audio player
- CheckedTable - A multi-selection table component based on Antd.
- EditableTree - A editable tree component based on Antd.
- InfiniteScroll - A wrapper component support infinite scroll based on Antd.
- ModalWindow - A simple modal window component
- ProgressBar - A progressbar component.
- RightClickMenu - A right-click view component based on semantic.
- SourceTree - A configurable and checkable tree component based on semantic.
### snippets
some snippets of js/html/css.
Js
- bufferToUrl - Convert media binary data into previewable files
Css
- scrollbar-define - Customized browser scrollbar(webkit)
- scrollbar-hidden - Style to hide scrollbar(兼容)
- text-overflow - Style for text-overflow
Less
- public - Snippets
### documents
- react-test - A document for automated testing