-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component requests #123
Comments
|
While this is probably a lot more work, a screenshot of each component on the components page would be very helpful. For quick access. |
Bumped into these components today on Use Kanban: Below is my take on it (with random HTML entities for icons), please feel free to fix :) And here is the Codepen
<section class="avenir w-100 pa2">
<article class="fl w-100 w-third-ns pa2">
<div class="w-100 truncate dt dt--fixed">
<div class="dtc v-mid tc h2 w2 bg-red white br1 f3">⩐</div>
<div class="dtc v-mid pl2 f4 f5-m fw5 near-black truncate">Mobile App for Airbnb</div>
</div>
<div class="bg-red white w-100 mt3 pa3">
<div class="w-100 pb1 bb b--white-50 inline-flex items-center justify-between">
<div class="ttu f6 fw2">Tasks</div>
<small>➜</small>
</div>
<div class="pt3 f2 f2-m fw5">8/42</div>
<div class="pt2 w-100 dt dt--fixed">
<div class="dtc h1 red bg-white br1 br--left tc" style="width: 19%"><small>19%</small></div>
<div class="dtc h1 bg-white o-30 br1 br--right"></div>
</div>
<div class="pt2 o-80 truncate"><small>+3% since last week</small></div>
</div>
</article>
<article class="fl w-100 w-third-ns pa2">
<div class="w-100 truncate dt dt--fixed">
<div class="dtc v-mid tc h2 w2 bg-blue white br1 f3">⩕</div>
<div class="dtc v-mid pl2 f4 f5-m fw5 near-black truncate">Redesign our website</div>
</div>
<div class="bg-gold white w-100 mt3 pa3">
<div class="w-100 pb1 bb b--white-50 inline-flex items-center justify-between">
<div class="ttu f6 fw2">Tasks</div>
<small>➜</small>
</div>
<div class="pt3 f2 fw5">59/98</div>
<div class="pt2 w-100 dt dt--fixed">
<div class="dtc h1 gold bg-white br1 br--left tc" style="width: 60%"><small>60%</small></div>
<div class="dtc h1 bg-white o-30 br1 br--right"></div>
</div>
<div class="pt2 o-80 truncate"><small>+11% since last week</small></div>
</div>
</article>
<article class="fl w-100 w-third-ns pa2">
<div class="w-100 truncate dt dt--fixed">
<div class="dtc v-mid tc h2 w2 bg-black white br1 f3">⩈</div>
<div class="dtc v-mid pl2 f4 f5-m fw5 near-black truncate">Bot for Nike</div>
</div>
<div class="bg-green white w-100 mt3 pa3">
<div class="w-100 pb1 bb b--white-50 inline-flex items-center justify-between">
<div class="ttu f6 fw2">Tasks</div>
<small>➜</small>
</div>
<div class="pt3 f2 fw5">315/398</div>
<div class="pt2 w-100 dt dt--fixed">
<div class="dtc h1 green bg-white br1 br--left tc" style="width: 79%"><small>79%</small></div>
<div class="dtc h1 bg-white o-30 br1 br--right"></div>
</div>
<div class="pt2 o-80 truncate"><small>+27% since last week</small></div>
</div>
</article>
</section> |
Maybe a min/max range slider? |
I am inspired by your work. Thanks for being a thoughtful open source contributor. I'd like to see:
I'd also be curious to hear your thoughts on components like dropdown buttons and tooltips/popovers and if they have a place in a library like Tachyons. |
Step Sequence, as seen in this CodePen |
One new category that could be popular is "Dashboard". Now many dashboard components involve charts, but I'm sure some could be done with Tachyons only (gauges, "widgets", progress cards, etc). See my recent Codepen) |
A system for overlay elements that can be used for:
|
Opening this issue for people to add components they'd like to see added to the component library. Trying to gauge where people need the most help. Please respond below (visual examples are helpful).
The text was updated successfully, but these errors were encountered: