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 b3d5a42c10 lint 2 weeks ago
..
app/src lint 2 weeks ago
checkbox/src
clipboard more tracking 4 months ago
debugger-ui/src update web3.js import 2 months ago
drag-n-drop/src
editor/src lint 3 weeks ago
file-decorators/src
git/src fixes for git init and status 4 weeks ago
grid-view/src merge from master 4 weeks ago
helper/src fix bugs 3 weeks ago
home-tab/src Updated Discord link 3 weeks ago
locale-module
modal-dialog/src merge from master 4 weeks ago
panel/src first fixes 3 weeks ago
permission-handler/src merge from master 4 weeks ago
plugin-manager/src merge from master 4 weeks ago
publish-to-storage/src
remix-ai/src style 3 weeks ago
renderer/src merge from master 4 weeks ago
run-tab/src fix request 3 weeks ago
scriptrunner/src linting 4 weeks ago
search/src
settings/src merge from master 4 weeks ago
solidity-compile-details/src merge from master 4 weeks ago
solidity-compiler/src merge from master 4 weeks ago
solidity-uml-gen/src merge from master 4 weeks ago
solidity-unit-testing/src
static-analyser/src merge from master 4 weeks ago
statusbar/src style 3 weeks ago
tabs/src Merge branch 'master' of https://github.com/ethereum/remix-project into popuppanelfix 3 weeks ago
terminal/src Merge branch 'master' into script-runner-custom 4 weeks ago
theme-module
toaster/src increase bottom margin for toaster 5 months ago
tooltip-popup/src
tree-view/src finish fixes to compile details as per @Aniket-Engg 5 months ago
utils/src
vertical-icons-panel/src add status bar 5 months ago
vyper-compile-details/src
workspace/src Merge branch 'master' into metamask2 3 weeks ago
xterm/src merge from master 4 weeks 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.