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
Aniket-Engg 7c94af600e remove subheading and fix content 2 years ago
..
app fix errors at load 2 years ago
checkbox add modifications 2 years ago
clipboard cleanup unused react-bootstrap import 2 years ago
debugger-ui debugger fix 2 years ago
drag-n-drop Implement move directory 2 years ago
editor fix label 2 years ago
file-decorators add vyper 2 years ago
helper Merge branch 'master' into icons-panel-tooltips 2 years ago
home-tab remove subheading and fix content 2 years ago
locale-module fill in the gaps on un-translated content with en 2 years ago
modal-dialog format license text 2 years ago
panel fix hardcoding `filePanel` 2 years ago
permission-handler updat text 2 years ago
plugin-manager add some pluginManager locale messages 2 years ago
publish-to-storage udapp min size fixed 2 years ago
renderer set annotations from the compiler api 3 years ago
run-tab Remove un-needed code 2 years ago
search fill in the gaps on un-translated content with en 2 years ago
settings fill in the gaps on un-translated content with en 2 years ago
solidity-compiler fill in the gaps on un-translated content with en 2 years ago
solidity-unit-testing fix log to terminal 2 years ago
static-analyser add modifications 2 years ago
tabs add e2e etherscan api 2 years ago
terminal fill in the gaps on un-translated content with en 2 years ago
theme-module fill in the gaps on un-translated content with en 2 years ago
toaster use timestamp 2 years ago
tooltip-popup Clone with repo name and activate dgit after clone 2 years ago
tree-view space at the bottom of FE 2 years ago
utils Setup udapp library 3 years ago
vertical-icons-panel make tooltip position auto 2 years ago
workspace space at the bottom of FE 2 years ago
README.md fix vscode spelling 3 years ago

README.md

remix-ui

This library was generated with Nx.

Pre-requisite

  • Install NxConsole vscode 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.