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
bunsenstraat 47f3fa47a3 app build & serve 1 year ago
..
app/src new themes 1 year ago
checkbox/src remove default disabled value 1 year ago
clipboard Merge branch 'master' of https://github.com/ethereum/remix-project into nxwebpack 2 years ago
debugger-ui/src update tooltip postion 1 year ago
drag-n-drop/src # This is a combination of 50 commits. 2 years ago
editor/src fix adding breakpoint 2 years ago
file-decorators/src fixes in udapp.` 2 years ago
helper/src typo 1 year ago
home-tab/src update plugin name 1 year ago
locale-module update plugin 2 years ago
modal-dialog/src tooltips fixes 2 years ago
panel/src changes after review 2 years ago
permission-handler/src writeFile remeber choice per session 2 years ago
plugin-manager/src style fixes and active color for nav btns 1 year ago
publish-to-storage/src Merge branch 'master' into nxwebpack 2 years ago
renderer/src some padding for copy in errors 2 years ago
run-tab/src fix index in udapp 1 year ago
search/src Merge branch 'master' of https://github.com/ethereum/remix-project into nxwebpack 2 years ago
settings/src tooltips fixes 2 years ago
solidity-compiler/src add evm shanghai 1 year ago
solidity-uml-gen/src fix matomo issues with solidityumlgen 1 year ago
solidity-unit-testing/src fix tooltip 2 years ago
static-analyser/src clean up commented out code and dead code as well 1 year ago
tabs/src rollback run .script.sol 2 years ago
terminal/src dd a tittle to terminal toggle 2 years ago
theme-module update plugin 2 years ago
toaster/src Merge branch 'master' of https://github.com/ethereum/remix-project into nxwebpack 2 years ago
tooltip-popup/src tooltips restyling 2 years ago
tree-view/src corrected the position of tooltips 2 years ago
utils/src # This is a combination of 50 commits. 2 years ago
vertical-icons-panel/src clean up comments, console logs and count errorsby triggering staticAnalysiswarning 1 year ago
workspace/src app build & serve 1 year ago
.eslintrc # This is a combination of 50 commits. 2 years ago
README.md fix vscode spelling 3 years ago
project.json # This is a combination of 50 commits. 2 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.