@wexond/ui v1.6.0
Wexond UI
Wexond UI is a set of React components and many utilities. It was developed for Wexond Browser.
Installing
$ npm install @wexond/uiContributing
If you have found any bugs or just want to see some new features in Wexond UI, feel free to open an issue. We're open to any suggestions. Bug reports would be really helpful for us and appreciated very much. Wexond UI is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to us and for the further development of this project.
Running
Firstly, please ensure you have the latest Node.js and Yarn installed on your machine.
You need to register wexond-ui and a few other dependencies using
$ ./scripts/link.bator
$ yarn linkAt the root of wexond-ui and nodemodules/_react,react-dom,styled-components,@types/react,@types/react-dom,@types/styled-components
Then Clone the playground repo.
$ git clone https://github.com/wexond/wexond-ui-playgroundEnter it.
$ cd wexond-ui-playgroundRun this command to install all needed dependencies.
$ yarnNext you need to link wexond-ui and the other packages.
$ ./scripts/link.bator
$ yarn link @wexond/ui react react-dom styled-components @types/react @types/react-dom @types/styled-componentsRun this command, and open http://localhost:8090/app.html in the browser.
$ npm run dev