Git Product home page Git Product logo

shared-ui's Introduction

Shared-UI.

Intro

A simple app displaying canvas design components for fireflies.ai.

How To Set Up

  • Open the terminal in the project folder and run:
  npm install bit-bin -g
  npm config set '@bit:registry' https://node.bit.dev
  npm install

or run yarn

  yarn global add bit-bin
  yarn config set '@bit:registry' https://node.bit.dev
  yarn

The dependies will be installed on your local machine.

  npm start

or run yarn

  yarn start
  • Koala CSS processor: download Koala from here and install.

  • Open the project folder.
    projects_folder

  • Navigate to src/components to view the canvas components.
    components_folder

  • Open the Koala app
    koala_app

  • Move the folder of any component you want to work on into the Koala app.
    moving_folder

moved_folder

  • Open the folder in the app and click on the .scss file to set up the compiler on the right sidebar like so:
    set_compiler

  • Right-click on the .scss file and set the output path of the compiled file.
    setting_output

  • Set the output path to the .module.css file in the folder: eg - toggle-button.module.css

  • Any change in the scss file will be compiled directly to the module.css file. All style changes should be made in the scss file, Koala will compile it into css.

How To Edit Canvas component.

  • Request Sam to add you to the bit collection.
  • Pull this repo and follow the set up guide.
  • Make changes to the file.
  • Open terminal and run:
  bit status
  • If an update is required for any of the component, run:
  bit import
  • If all changes are complete, run:
  bit tag --all --patch
  • After tagging, export the component to bit:
  bit export sudo.firefliesai

Conclusion

You just completed the guide. For more info on how to use bit.dev visit the docs.

shared-ui's People

Contributors

dependabot[bot] avatar longyarnz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

shared-ui's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.