All Projects → phase2 → outline

phase2 / outline

Licence: BSD-3-Clause License
Outline is a web component based design system starter kit. Outline is based on the latest technologies and tools to help your component authoring experience and facilitate adoption in your organization.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to outline

Nextjs Wordpress Starter
WebDevStudios Next.js WordPress Starter
Stars: ✭ 104 (+271.43%)
Mutual labels:  storybook, tailwindcss
Svelte Storybook Tailwind
A starter template for Svelte, TailwindCSS and Storybook. You can easily start your project with this template, instead of wasting time figuring out configurations for each integration.
Stars: ✭ 204 (+628.57%)
Mutual labels:  storybook, tailwindcss
Jira Clone Angular
A simplified Jira clone built with Angular, ng-zorro and Akita
Stars: ✭ 1,396 (+4885.71%)
Mutual labels:  storybook, tailwindcss
expansion-pack
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
Stars: ✭ 16 (-42.86%)
Mutual labels:  storybook, tailwindcss
pwa-lit-template
A template for building Progressive Web Applications using Lit and Vaadin Router.
Stars: ✭ 159 (+467.86%)
Mutual labels:  web-components, lit
elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (+50%)
Mutual labels:  web-components, storybook
React Laravel Boilerplate
A Laravel REST API backend with React/Redux, hot module reloading in development and route-level code splitting
Stars: ✭ 146 (+421.43%)
Mutual labels:  storybook, tailwindcss
pharos
JSTOR's design system
Stars: ✭ 48 (+71.43%)
Mutual labels:  web-components, lit
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+240775%)
Mutual labels:  web-components, storybook
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-17.86%)
Mutual labels:  web-components, storybook
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+221.43%)
Mutual labels:  web-components, lit
bui
‹b› Web components for creating applications – built by Blackstone Publishing using lit-html and lit-element
Stars: ✭ 29 (+3.57%)
Mutual labels:  web-components, lit
gatsby-starter-tailwind-seo-social
Gatsby starter project styled with Tailwind and configured for social sharing and SEO.
Stars: ✭ 14 (-50%)
Mutual labels:  tailwindcss
tailwind-theme-switcher
Basic demo on how to switch styles with Tailwind, handy for dark mode type purposes.
Stars: ✭ 164 (+485.71%)
Mutual labels:  tailwindcss
tailwind-cascade
Override TailwindCSS classes for component composition
Stars: ✭ 28 (+0%)
Mutual labels:  tailwindcss
tailwindcss-custom-native
Tailwind CSS plugin that lets you write your configuration file with your own custom utilities as though they were native to the framework
Stars: ✭ 65 (+132.14%)
Mutual labels:  tailwindcss
PolymerProjects
An open list of projects using Polymer
Stars: ✭ 83 (+196.43%)
Mutual labels:  web-components
starter-postmark
A Maizzle starter based on Postmark's transactional email templates.
Stars: ✭ 39 (+39.29%)
Mutual labels:  tailwindcss
elm-book
Rich documentation builder for Elm applications and packages. Inspired by Storybook and HexDocs.
Stars: ✭ 52 (+85.71%)
Mutual labels:  storybook
social-button
Social Buttons as Web Components
Stars: ✭ 17 (-39.29%)
Mutual labels:  web-components

Open in Gitpod

For quick browser-based development, open this project in Gitpod. It will automatically build an environment and run Storybook.

Outline Design System

Outline is a web component based design system starter kit. Outline is based on the latest technologies and tools to help your component authoring experience and facilitate adoption in your organization.

Outline is built with the following tools:

Contributing to Outline

Information regarding how to contribute to Outline development, can be found in CONTRIBUTING.md.

Local Setup

Run the following steps to ensure your environment is installed and up to date. This assumes you are using NVM locally to manage your NPM version(s).

Checkout the repository

git clone [email protected]:phase2/outline.git && cd outline

Ensure you are using the correct version of npm

nvm use

If you need to update your node version, see the usage documentation for nvm.


Install project dependencies

yarn install

Storybook Development

Primary component development is done and demonstrated via Storybook.

Start storybook instance.

yarn start

Production builds

Runs both tsc and yarn rollup to handle the following:

  • Packaging individual components to dist directory.
  • Packaging modern and legacy builds of all components to dist directory.
yarn build

To only run the rollup build, which handles the component bundling into modern and legacy builds:

One time build

yarn rollup

Enable in watch mode

yarn rollup.watch

Resetting local environment

The following commands help clean a local environment.

  • Cleanup generated assets: yarn clean
  • Cleanup node packages: yarn reset
  • Full cleanup & restart: yarn reboot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].