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 3b887cbc90 fix click on button border 12 months ago
..
app/src patch i18n for remixApp 1 year ago
checkbox/src bootstrap 1 year ago
clipboard Fix copy cotent and stop click propagation 1 year ago
debugger-ui/src
drag-n-drop/src
editor/src i18n for openaigpt 1 year ago
file-decorators/src bootstrap 1 year ago
helper/src Merge branch 'master' of https://github.com/ethereum/remix-project into newFEdesktop 1 year ago
home-tab/src fix hometab label 1 year ago
locale-module
modal-dialog/src Update remix-ui-modal-dialog.tsx 1 year ago
panel/src warning color 1 year ago
permission-handler/src Update permission-dialog.tsx 1 year ago
plugin-manager/src fixed the id 1 year ago
publish-to-storage/src add en locale messages for publish-to-storage 1 year ago
renderer/src i18n for openaigpt 1 year ago
run-tab/src fix click on button border 12 months ago
search/src UI improvements in search plugin 1 year ago
settings/src Merge branch 'master' of https://github.com/ethereum/remix-project into newFEdesktop 1 year ago
solidity-compile-details/src fixes as per @LianaHus comments 1 year ago
solidity-compiler/src fix flatten with remappings 12 months ago
solidity-uml-gen/src fix uml gen 12 months ago
solidity-unit-testing/src Merge branch 'filesystem_events' of https://github.com/ethereum/remix-project into flattentree 1 year ago
static-analyser/src fix typo in libs/remix-ui/static-analyser/src/lib/actions/staticAnalysisActions.ts 1 year ago
tabs/src
terminal/src listen on network is active for !vm 1 year ago
theme-module
toaster/src
tooltip-popup/src fix build for react 18 1 year ago
tree-view/src item click 1 year ago
utils/src
vertical-icons-panel/src patch i18n for remixApp and home 1 year ago
vyper-compile-details/src fixing e2e 12 months ago
workspace/src fix rename issue 12 months ago
xterm/src ouput 1 year 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.