Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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


hi

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:.