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
Hopium 89bc2c2c96 Update README.md 2 months ago
..
app/src hide on desktop 3 months ago
checkbox/src
clipboard more tracking 6 months ago
debugger-ui/src update web3.js import 5 months ago
drag-n-drop/src
editor/src lint 3 months ago
file-decorators/src
git/src fixes for git init and status 3 months ago
grid-view/src merge from master 3 months ago
helper/src icon for chat got new style 3 months ago
home-tab/src icon for chat got new style 3 months ago
locale-module
modal-dialog/src merge from master 3 months ago
panel/src first fixes 3 months ago
permission-handler/src merge from master 3 months ago
plugin-manager/src fix ci 3 months ago
publish-to-storage/src
remix-ai/src change Remix AI to RemixAI 3 months ago
renderer/src add simple test 3 months ago
run-tab/src chore(libs): fix some typos in comment 2 months ago
scriptrunner/src linting 3 months ago
search/src
settings/src matomo updates 3 months ago
solidity-compile-details/src merge from master 3 months ago
solidity-compiler/src adjust default evm version label as per @LianaHus 3 months ago
solidity-uml-gen/src merge from master 3 months ago
solidity-unit-testing/src
static-analyser/src merge from master 3 months ago
statusbar/src Update aiStatus.tsx 3 months ago
tabs/src added vyper and circom to explain contract 3 months ago
terminal/src Merge branch 'master' into script-runner-custom 3 months ago
theme-module
toaster/src
tooltip-popup/src
tree-view/src
utils/src
vertical-icons-panel/src
vyper-compile-details/src
workspace/src lint 3 months ago
xterm/src merge from master 3 months ago
.eslintrc
README.md Update README.md 2 months ago
project.json

README.md

remix-ui

This library was generated with Nx.

Prerequisite

  • 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 in {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.