remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/libs/remix-ui
ioedeveloper 4296178a43 Added guide for generating react libs 3 years ago
..
checkbox checkbox linting fix 3 years ago
clipboard changed the info icons and fixed some layout issues 3 years ago
debugger-ui remove console.log 3 years ago
file-explorer track context menu special actions usage 3 years ago
modal-dialog Fix disappearing modal after tab switch 3 years ago
publish-to-storage remove fileManager dep 3 years ago
renderer remove fileManager dep 3 years ago
settings Change gistid to valid gist ids in e2e 3 years ago
solidity-compiler fix listening on edirot event 3 years ago
static-analyser linter 3 years ago
toaster Expand props 4 years ago
tree-view label word-break fixed 3 years ago
utils completed move to react 4 years ago
workspace example 3 years ago
README.md Added guide for generating react libs 3 years ago

README.md

remix-ui

This library was generated with Nx.

Steps To Generate React Lib

  • Install NxConsole vscose extension
  • Create new copy of tsconfig.json
  • Rename it to tsconfig.base.json
  • Open NxConsole extension
  • Click generate option
  • Select @nrwl/react -Library
  • Enter library name
  • Set directory to remix-ui
  • Set importPath to @remix-ui/{library-name}
  • Click the run button in the top right corner of the generate page.
  • Update tsconfig.json with updates added to tsconfig.base.json
  • Delete tsconfig.base.json