Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milesmcc/a17t

An atomic design toolkit for pragmatists
https://github.com/milesmcc/a17t

atomic-design components css css3 design framework postcss tailwindcss ui-components

Last synced: about 1 month ago
JSON representation

An atomic design toolkit for pragmatists

Awesome Lists containing this project

README

        





An atomic design toolkit for pragmatists.


A Tailwind CSS plugin.


Discover a17t »




Concepts

CDN

Office Hours

## Installation
a17t is available on [NPM](https://www.npmjs.com/package/a17t), and can be installed with `npm install a17t` and installed in Tailwind by adding `require("a17t")` to the `plugins` section of your `tailwind.config.js` file. For more information, check out the [documentation site](https://a17t.miles.land).

## Overview

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

```html



Congratulations!
You're using a17t to build a beautiful interface.

Let's go!

```

[View the full documentation →](https://a17t.miles.land)

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. And it's a Tailwind plugin, so it'll integrate into your project seamlessly.

## Getting Started
Want to jump right in? **Check out the [documentation site](https://a17t.miles.land) to get started.** Here are links to some popular elements:

* **Buttons** available [here](https://a17t.miles.land/interaction/button).
* **Cards** available [here](https://a17t.miles.land/layout/card).
* **Fields** available [here](https://a17t.miles.land/interaction/field).
* **Content** available [here](https://a17t.miles.land/typography/content).

## Documentation
a17t loves documentation. There's nearly 100% documentation coverage! View it [online](https://a17t.miles.land) or in the [docs folder](docs/).

---

a17t was created by [Miles McCain](https://rmrm.io) at the [Recurse Center](https://recurse.com).