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 636303656c parse html description 6 months ago
..
app/src Add functionality for plugin calls to maximise and reset pinned panel size 6 months ago
checkbox/src
clipboard
debugger-ui/src Add functionality for plugin calls to maximise and reset pinned panel size 6 months ago
drag-n-drop/src
editor/src moved logs to solcoderAI.tsx 6 months ago
file-decorators/src
grid-view/src
helper/src
home-tab/src add Korean 6 months ago
locale-module
modal-dialog/src
panel/src Only show highlight for pinned-panel 6 months ago
permission-handler/src
plugin-manager/src
publish-to-storage/src
renderer/src RemixAI 6 months ago
run-tab/src parse html description 6 months ago
search/src Load initialState for search plugin and fix run tab 6 months ago
settings/src
solidity-compile-details/src
solidity-compiler/src Merge branch 'master' into contract-flattener-patch 6 months ago
solidity-uml-gen/src
solidity-unit-testing/src
static-analyser/src
tabs/src fix hover blinking on enable AI icon 6 months ago
terminal/src switched open gpt to solcoder for error explaining 6 months ago
theme-module
toaster/src
tooltip-popup/src
tree-view/src
utils/src
vertical-icons-panel/src Show highlight in pinned-panel 6 months ago
vyper-compile-details/src
workspace/src
xterm/src
.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.