Giter VIP home page Giter VIP logo

bootstrap-dsp's Introduction

Bootstrap DSP for the Adobe XD Extension for Visual Studio Code

Bootstrap DSP for the Adobe XD Extension for VS Code, created by Foxbox Digital

Make developing with Bootstrap 5 even easier by using our free design system package (DSP) for Visual Studio Code. Gain direct access to Bootstrap code snippets and documentation with Intellisense right in the VS Code editor. This allows you to stay in flow and focus on development, instead of switching between your editor and the docs.

Learn more about the Bootstrap 5 DSP

Installing

To install Adobe Bootstrap DSP in your project, please run:

npm install @foxbox/adobe-bootstrap-dsp

DSP Setup

  • Install the Adobe XD extension for VS Code
  • Open the Adobe XD extension for VS Code (Cmd+Opt+X for Mac users) and select Load package.
  • Navigate to your node_modules folder and load the bootstrap-dsp folder located inside @foxbox/adobe-bootstrap-dsp (DSPs contain a dsp.json file at the root level).
  • Hit the Start Editing button
  • Hit the Finish Editing button

With that a new build will be triggered and the dist folder will be updated

Environment Setup

HTML Webpage

  • Change directory to plainHTML-project
  • Open the index.html file in a browser

Note: refresh manually everytime you update the index.html

Next/React Application

  • Change directory to next-project
  • Run npm i to install the dependencies
  • Run npm run dev
  • Open http://localhost:3000 on the browser

Usage

For you to use the code snippets correctly, you have to install react-bootstrap and import the corresponding component

Example

import { Button } from 'react-bootstrap';

function HomePage() {
  return <Button variant="primary">Primary Button</Button>;
}

export default HomePage;

Resources

Created by Foxbox Digital

Foxbox Digital is an award-winning digital product agency, headquartered in Chicago. We partner with clients ranging from Fortune 50 companies to high-growth startups and everyone in between to design, develop, and deliver successful digital experiences.

bootstrap-dsp's People

Contributors

marianoarg avatar robvolk avatar viniciusraja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-dsp's Issues

Support for Bootstrap v5?

The Readme and the blog post state that this is for Bootstrap 5 - but the code and the sample page reference Bootstrap 4.5. Will this be updated?

Question--what license is this released under?

Firstly great work, much thanks.

I would love to reuse, mix, and customize the BOOTSTRAP-DSP on several open and commercial projects, however, there is no license info on the package and I don't want to assume it's open-source. Can you guys state the license type this project is released under, maybe provide a LICENSE.md if it's not too much of a hassle?

Thanks
~Shawn

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.