react-starry-sky

1.0.0 • Public • Published

React Starry Sky

usage

npm i react-starry-sky -S
.wrapper {
	position: relative;
	height: 100vh;
}
import Starry from 'react-starry-sky';

const Demo = () => (
  <Starry className="wrapper">
    <div>
      SSH 💕 WYQ
    </div>
  </Starry>
);
ReactDOM.render(<Demo />, window.document.getElementById('app'));

preview

https://sl1673495.github.io/react-starry-sky/

Development

npm i
npm run dev

Navigate to http://localhost:8888

Build

npm run build:lib
npm run build:demo

Compiled assets files will be in build folder

Readme

Keywords

none

Package Sidebar

Install

npm i react-starry-sky

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

535 kB

Total Files

22

Last publish

Collaborators

  • sl1673495