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
lianahus beda9533f0 new colors for highlight 3 years ago
..
app fix import 3 years ago
checkbox
clipboard
debugger-ui fix breakpoint events 3 years ago
editor new colors for highlight 3 years ago
editor-context-view
helper Merge branch 'master' into cache-content 3 years ago
home-tab zip fix 3 years ago
modal-dialog Merge branch 'master' into search 3 years ago
panel
permission-handler
plugin-manager
publish-to-storage fix: change gateway api address 3 years ago
renderer set annotations from the compiler api 3 years ago
run-tab Add Nahmii compiler compilation broadcasting of result on plugin callback. 3 years ago
search fix regex 3 years ago
settings small ui fix 3 years ago
solidity-compiler wip: add bee-js support 3 years ago
solidity-unit-testing remove unused css 3 years ago
static-analyser update compilationFinished 3 years ago
tabs fixed color of tab icons for theme change 3 years ago
terminal caret for calls fixed 3 years ago
theme-module
toaster
tree-view
utils
vertical-icons-panel
workspace readd gist prefix 3 years ago
README.md

README.md

remix-ui

This library was generated with Nx.

Pre-requisite

  • Install NxConsole vscose extension

Steps To Generate React App

  • Open NxConsole extension
  • Click generate option
  • Select @nrwl/react - application
  • Enter the name of the application
  • Set e2eTestRunner to none. (This is because we run e2e tests with nightwatch)
  • Set unitTestRunner to none.
  • Click the run button in the top right corner of the generate page.
  • Your react application should be created in {root}/apps directory.

Steps To Generate React Lib

  • Open NxConsole extension
  • Click generate option
  • Select @nrwl/react - library
  • Enter the name of the library
  • Set directory to remix-ui
  • Set importPath to @remix-ui/{library-name}
  • Set unitTestRunner to none.
  • Click the run button in the top right corner of the generate page.
  • Your react library should be created on {root}/libs/remix-ui directory.

Steps To Generate React Component

  • Open NxConsole extension
  • Click generate option
  • Select @nrwl/react - component
  • Enter the name of the component
  • Select the name of the project/library that uses the component. (e.g TreeView library)
  • Set component directory if needed.
  • Click the run button in the top right corner of the generate page.
  • Your react component should be created with the project/library name specified.