What?

'react-[component]' is mainly responsible for the Login Only section. Try not to be showy in this, just do the logic part.

If you are using a CSS solution, create an additional 'CSS -[component]' component for the corresponding presentation style and the corresponding skin.

If you're using a css-in-js solution, you need to define your UI interface and skin extensions within the component.

How to start

$ yarn global add @_nu/cli
$ nu-cli # and select react

It will create a master component for you.

After finish your can go nu-system github and create new repository.

And push your component.

Builder

react-[component] build with nwb

Tree

[component]
โ”œโ”€โ”€ README.md         
โ”œโ”€โ”€ package.json      
โ”œโ”€โ”€ nwb.config.js     
โ”œโ”€โ”€ es                
โ”‚   โ””โ”€โ”€ index.js
โ”œโ”€โ”€ lib               
โ”‚   โ””โ”€โ”€ index.js
โ””โ”€โ”€ src               
    โ””โ”€โ”€ index.js      

Contribution

Fork react-button as masterใ€‚

Last Updated: 5/16/2020, 3:33:45 PM