All Projects → milesmcc → A17t

milesmcc / A17t

Licence: mit
An atomic design toolkit for pragmatists

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to A17t

Tonic
A Low Profile Component Framework. Stable, Minimal, Auditable, and Build-Tool-Free.
Stars: ✭ 265 (+12.29%)
Mutual labels:  framework, ui-components, components
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (-93.22%)
Mutual labels:  design, css3, tailwindcss
Concise.css
A CSS framework that's lightweight and easy-to-use. Give up the bloat. Stop tripping over your classes. Be Concise.
Stars: ✭ 941 (+298.73%)
Mutual labels:  framework, design, postcss
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-79.24%)
Mutual labels:  components, ui-components, tailwindcss
Lab
React UI component design tool
Stars: ✭ 349 (+47.88%)
Mutual labels:  framework, design, components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+197.46%)
Mutual labels:  framework, ui-components, components
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+322.46%)
Mutual labels:  ui-components, components, tailwindcss
Bahunya
10KB classless CSS framework with responsive typography, navbar, syntax highlighting, etc.
Stars: ✭ 170 (-27.97%)
Mutual labels:  framework, css3
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+803.81%)
Mutual labels:  ui-components, components
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-25.85%)
Mutual labels:  design, ui-components
Precise Ui
📐 React UI Component Library powered by ZEISS.
Stars: ✭ 192 (-18.64%)
Mutual labels:  ui-components, components
Citrus.avalonia
Modern styles for Avalonia controls.
Stars: ✭ 161 (-31.78%)
Mutual labels:  design, ui-components
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+732.2%)
Mutual labels:  framework, design
Fe
前端热门文章阅读
Stars: ✭ 174 (-26.27%)
Mutual labels:  framework, css3
Iso
Build pages and prototypes with Lab UI components. No configuration or build setup required.
Stars: ✭ 158 (-33.05%)
Mutual labels:  design, components
Cmui
Lightweight UI solution for mobile web.
Stars: ✭ 182 (-22.88%)
Mutual labels:  framework, components
Igniteui Angular Wrappers
Ignite UI Angular component extensions by Infragistics
Stars: ✭ 150 (-36.44%)
Mutual labels:  ui-components, components
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (-25.42%)
Mutual labels:  ui-components, components
Ivory
IVORY is simple and highly customizable CSS framework, gives you all to build your pages faster and easier.
Stars: ✭ 196 (-16.95%)
Mutual labels:  framework, components
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+6019.92%)
Mutual labels:  ui-components, components

An atomic design toolkit for pragmatists
Discover a17t »

ConceptsCDNLicense (MIT)

Installation

a17t is available on NPM, and can be installed with npm install a17t and imported into your JS using PostCSS with import 'a17t'. For more information, check out the documentation site. A CDN import is available.

Overview

Build beautiful, unique interfaces without reinventing the wheel. Let a17t provide the core building blocks, then customize with ease.

<article class="card ~positive !high">
  <!-- ~positive is for tone; !high is for priority -->
  
  <b>Congratulations!</b>
  You're using a17t to build a beautiful interface.
  
  <button class="button">Let's go!</button>
  
</article>

View the full documentation →

Some CSS frameworks come prepackaged with all sorts of components that are convenient at first but quickly become limiting. Utility frameworks like Tailwind are awesome, but can be difficult start using on their own.

a17t tries to get the balance right. Instead of providing all-inclusive, opinionated components (like jumbotrons, navbars, and menus), a17t provides common single-class elements in a default (but easily customizable) style.

Using a17t with Tailwind CSS is recommended! While a17t can be used without Tailwind, they go very well together: you can use a17t for your atomic interface elements, and then stitch them together using Tailwind. You'll need to write very little custom CSS, if any.

Getting Started

Want to jump right in? Check out the documentation site to get started. Here are links to some popular elements:

  • Buttons available here.
  • Cards available here.
  • Fields available here.
  • Content available here.

Documentation

a17t loves documentation. There's nearly 100% documentation coverage! View it online or in the docs folder.


a17t was created by Miles McCain at the Recurse Center.

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].