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
filip mertens abba2e3487 more tests 2 years ago
..
app fix test 2 years ago
checkbox title for checkboxes 3 years ago
clipboard fix libs linting 3 years ago
debugger-ui Update debugger-ui.tsx 2 years ago
editor more tests 2 years ago
file-decorators add gast costs in editor 2 years ago
helper update modal of proxy functionality 2 years ago
home-tab restore some files 2 years ago
modal-dialog add validationFn to the prompt modal to validate the input 2 years ago
panel final cleanup 2 years ago
permission-handler Update permission-dialog.tsx 3 years ago
plugin-manager fix undefined 2 years ago
publish-to-storage Update publish-to-storage.tsx 2 years ago
renderer set annotations from the compiler api 3 years ago
run-tab update modal of proxy functionality 2 years ago
search crash fix 2 years ago
settings Merge branch 'master' of https://github.com/ethereum/remix-project into editorcontext 2 years ago
solidity-compiler linting fix 2 years ago
solidity-unit-testing update titles 2 years ago
static-analyser remove close icon 3 years ago
tabs higlight provider 2 years ago
terminal more renames 2 years ago
theme-module fix libs linting 3 years ago
toaster Use JSX for toaster message 2 years ago
tooltip-popup Clone with repo name and activate dgit after clone 2 years ago
tree-view fixed width and wrap of FE nodes 2 years ago
utils Setup udapp library 3 years ago
vertical-icons-panel remove uneeded clickLaunchIcon 3 years ago
workspace Merge branch 'master' of https://github.com/ethereum/remix-project into editorcontext 2 years ago
README.md fix vscode spelling 3 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.