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
filip mertens 1957e67a76 lint 12 months ago
..
app/src open in vscode 12 months ago
checkbox/src merging 1 year ago
clipboard merging 1 year ago
debugger-ui/src Merge remote-tracking branch 'origin/master' into update_web3js_4 1 year ago
drag-n-drop/src tooltips while dragging 1 year ago
editor/src update condition 12 months ago
file-decorators/src merging 1 year ago
helper/src fa-kit 1 year ago
home-tab/src cleanup 12 months ago
locale-module clean up 1 year ago
modal-dialog/src merging 1 year ago
panel/src refactor 1 year ago
permission-handler/src merging 1 year ago
plugin-manager/src merging 1 year ago
publish-to-storage/src merging 1 year ago
renderer/src add missing matomo keys 12 months ago
run-tab/src recorder expanding logic fixed 12 months ago
search/src mv registry 1 year ago
settings/src update modal text 12 months ago
solidity-compile-details/src export types correctly 1 year ago
solidity-compiler/src lint 12 months ago
solidity-uml-gen/src merging 1 year ago
solidity-unit-testing/src Merge branch 'master' of https://github.com/ethereum/remix-project into desktopofflinenoscript 12 months ago
static-analyser/src mv registry 1 year ago
tabs/src Compile circom code with play button 1 year ago
terminal/src Merge branch 'master' of https://github.com/ethereum/remix-project into desktopofflinenoscript 12 months ago
theme-module merging 1 year ago
toaster/src merging 1 year ago
tooltip-popup/src merging 1 year ago
tree-view/src merging 1 year ago
utils/src merging 1 year ago
vertical-icons-panel/src compiler loader 12 months ago
workspace/src move state update 12 months ago
xterm/src compiler loader 12 months ago
.eslintrc
README.md
project.json

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.