Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clumsyme/react-sky
starry sky
https://github.com/clumsyme/react-sky
component react sky starry ui
Last synced: 4 days ago
JSON representation
starry sky
- Host: GitHub
- URL: https://github.com/clumsyme/react-sky
- Owner: clumsyme
- Created: 2017-10-13T07:03:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T07:05:26.000Z (about 7 years ago)
- Last Synced: 2024-11-06T03:16:55.735Z (about 2 months ago)
- Topics: component, react, sky, starry, ui
- Language: JavaScript
- Homepage: https://clumsyme.github.io/sky/
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-sky
A React component with a background of starry and telescope moving around to explore it.
## Usage
### attribute
name | type | default
--- | --- | ---
width | number\|string | '100%'
height | number\|string | 'auto'
starColor | string('#rrggbb') | '#ffffff'```js
import Sky from 'Sky'
import image from 'image'class Demo extends React.Component {
render() {
return(
Hubble
Discover The Sky
Machine learning is the study of algorithms
that use data to learn, generalize,
and predict. What makes machine learning exciting
is that with more data, the algorithm improves
its prediction. For example, I remember when my
family started using voice to search instead of
typing. At first, it took a while for the machine
to recognize our words, but within a week of working
with it, the algorithm’s speech detection capacity
was good enough that now, voice is my family’s
primary mode of search.
)
}
}
```## Demo
See [demo](https://clumsyme.github.io/sky/).
## License
With MIT license :smile:.