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
lianahus a92b8aa830 same height for cells 4 days ago
..
app/src fix default case. choose beginner as default 1 month ago
checkbox/src lint fixes for remix-ui 9 months ago
clipboard fix linting 2 months ago
debugger-ui/src update web3.js import 5 months ago
drag-n-drop/src lint fixes for remix-ui 9 months ago
editor/src Update solidity.ts 2 weeks ago
environment-explorer/src Merge branch 'master' into delFS 4 weeks ago
file-decorators/src lint fixes for remix-ui 9 months ago
git/src fix libs/remix-ui/git/src/lib/gitactions.ts 3 weeks ago
grid-view/src same height for cells 4 days ago
helper/src fix e2e 1 month ago
home-tab/src removing Solidity survey 4 days ago
locale-module clean up 1 year ago
modal-dialog/src merge from master 3 months ago
panel/src terminal dragbar zindex reduced 2 months ago
permission-handler/src merge from master 3 months ago
plugin-manager/src fix imports. fix exports. rename app.js 3 weeks ago
publish-to-storage/src chore: upgrade to bee-js 8.3 1 month ago
remix-ai/src effect on streaming 3 weeks ago
renderer/src chore: fix 404 status URL 1 month ago
run-tab/src Merge branch 'master' into delFS 2 weeks ago
scriptrunner/src track script runner 4 days ago
search/src Fix: libs/remix-ui/search/src/lib/context/context.tsx 2 weeks ago
settings/src matomo updates 3 months ago
solidity-compile-details/src merge from master 3 months ago
solidity-compiler/src fixed switches 4 days ago
solidity-uml-gen/src merge from master 3 months ago
solidity-unit-testing/src lint fixes for remix-ui 9 months ago
static-analyser/src merge from master 3 months ago
statusbar/src update scam alert box 1 month ago
tabs/src Update remix-ui-tabs.tsx 2 weeks ago
terminal/src Update remix-ui-terminal.tsx 2 weeks ago
theme-module lint fixes for remix-ui 9 months ago
toaster/src increase bottom margin for toaster 8 months ago
tooltip-popup/src lint fixes for remix-ui 9 months ago
tree-view/src finish fixes to compile details as per @Aniket-Engg 8 months ago
utils/src merging 1 year ago
vertical-icons-panel/src add status bar 8 months ago
vyper-compile-details/src lint 2 months ago
workspace/src fix imports. fix exports. rename app.js 3 weeks 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.