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
Joseph Izang 8886c10649 clear console log 3 months ago
..
app/src lint 4 months ago
checkbox/src lint fixes for remix-ui 6 months ago
clipboard more tracking 3 months ago
debugger-ui/src add spacer div to fix statusbar debugger cutoff 3 months ago
drag-n-drop/src lint fixes for remix-ui 6 months ago
editor/src linting 4 months ago
file-decorators/src lint fixes for remix-ui 6 months ago
git/src lint 3 months ago
grid-view/src e2e 3 months ago
helper/src ttoltips and internal element layout fix for FE bottom menu 4 months ago
home-tab/src show fe on workspace change 3 months ago
locale-module clean up 1 year ago
modal-dialog/src min width for default buttons 4 months ago
panel/src add type 5 months ago
permission-handler/src lint fixes for remix-ui 6 months ago
plugin-manager/src fix lint errors 4 months ago
publish-to-storage/src lint fixes for remix-ui 6 months ago
renderer/src RemixAI 5 months ago
run-tab/src update title & instructions for environment list 4 months ago
search/src Load initialState for search plugin and fix run tab 5 months ago
settings/src Merge branch 'master' into ai_setting 6 months ago
solidity-compile-details/src finish fixes to compile details as per @Aniket-Engg 5 months ago
solidity-compiler/src fix linting 4 months ago
solidity-uml-gen/src lint fixes for remix-ui 6 months ago
solidity-unit-testing/src lint fixes for remix-ui 6 months ago
static-analyser/src run test 4 months ago
statusbar/src linting 3 months ago
tabs/src finish fixes to compile details as per @Aniket-Engg 5 months ago
terminal/src remove raw lag from log 4 months ago
theme-module lint fixes for remix-ui 6 months ago
toaster/src increase bottom margin for toaster 5 months ago
tooltip-popup/src lint fixes for remix-ui 6 months ago
tree-view/src finish fixes to compile details as per @Aniket-Engg 5 months ago
utils/src merging 1 year ago
vertical-icons-panel/src add status bar 5 months ago
vyper-compile-details/src lint fixes for remix-ui 6 months ago
workspace/src clear console log 3 months ago
xterm/src lint fixes for remix-ui 6 months 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.