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 6f7f567409 add generate 1 year ago
..
app/src add en locale messages for remix-app 1 year ago
checkbox/src adjust printWidth in prettier config 1 year ago
clipboard adjust printWidth in prettier config 1 year ago
debugger-ui/src patch en locale messages for debugger 1 year ago
drag-n-drop/src Update drag-n-drop.tsx 1 year ago
editor/src add generate 1 year ago
file-decorators/src adjust printWidth in prettier config 1 year ago
helper/src patch en locale messages for udapp and filePanel 1 year ago
home-tab/src patch en locale messages for home-tab 1 year ago
locale-module adjust printWidth in prettier config 1 year ago
modal-dialog/src adjust printWidth in prettier config 1 year ago
panel/src patch en locale messages for panel-header 1 year ago
permission-handler/src adjust printWidth in prettier config 1 year ago
plugin-manager/src patch en locale messages for pluginManager 1 year ago
publish-to-storage/src adjust printWidth in prettier config 1 year ago
renderer/src added matomo tracking 1 year ago
run-tab/src patch en locale messages for udapp 1 year ago
search/src patch en locale messages for search 1 year ago
settings/src patch en locale messages for settings 1 year ago
solidity-compiler/src patch en locale messages for compiler-container 1 year ago
solidity-uml-gen/src add locale messages for solUmlGen 1 year ago
solidity-unit-testing/src patch en locale messages for solidityUnitTesting 1 year ago
static-analyser/src adjust printWidth in prettier config 1 year ago
tabs/src add locale messages for remixUiTabs 1 year ago
terminal/src style 1 year ago
theme-module adjust printWidth in prettier config 1 year ago
toaster/src adjust printWidth in prettier config 1 year ago
tooltip-popup/src adjust printWidth in prettier config 1 year ago
tree-view/src e2e 1 year ago
utils/src use prettier to format all code files in repo. adjust eslint rules. fix text in vyper 1 year ago
vertical-icons-panel/src intl for vertical-icons-context-menu.tsx 1 year ago
workspace/src Merge branch 'master' into festyless 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.