Skip to content

Commit

Permalink
content: new references
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 18, 2024
1 parent 4bebc2a commit 9c2ff16
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 49 deletions.
2 changes: 2 additions & 0 deletions src/content/classnotes/library/bootstrap/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ value: none, inline, inline-block, block, grid, inline-grid, table, table-cell,
- Templates
- https://bootstrapmade.com/
- https://startbootstrap.com/themes
- VSCode
- [Bootstrap 5 Quick Snippets](https://marketplace.visualstudio.com/items?itemName=AnbuselvanRocky.bootstrap5-vscode)
- Inspirações de Componentes
- [Figma Design templates](https://www.figma.com/community/design-templates)
- [Dribbble](https://dribbble.com/)
Expand Down
95 changes: 46 additions & 49 deletions src/content/classnotes/library/tailwind/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,57 +12,8 @@ import CodeHtmlPreview from '../../../../components/CodeHtmlPreview.astro';

<CodeHtmlPreview src="/codes/package/tailwind/docs/cdn" onlyBody={false} />

## Dos

- Core Concepts
- [Utility-First](https://tailwindcss.com/docs/utility-first)
- [Responsive Design](https://tailwindcss.com/docs/responsive-design)
- [Hover, Focus, and Other States](https://tailwindcss.com/docs/hover-focus-and-other-states)
- [Dark Mode](https://tailwindcss.com/docs/dark-mode)
- Customization
- [Color](https://tailwindcss.com/docs/customizing-colors)
- [Spacing](https://tailwindcss.com/docs/customizing-spacing)
- Flex & Grid
- [Flex](https://tailwindcss.com/docs/flex)
- [Grid](https://tailwindcss.com/docs/grid-template-columns)
- Layout
- [Container](https://tailwindcss.com/docs/container)
- [Position](https://tailwindcss.com/docs/position)
- Spacing
- [Padding](https://tailwindcss.com/docs/padding)
- [Margin](https://tailwindcss.com/docs/margin)
- [Space Between](https://tailwindcss.com/docs/space-between)
- Sizing
- [Width](https://tailwindcss.com/docs/width)
- [Height](https://tailwindcss.com/docs/height)
- [Size](https://tailwindcss.com/docs/size)
- Typography
- [Font Size](https://tailwindcss.com/docs/font-size)
- [Font Weight](https://tailwindcss.com/docs/font-weight)
- Background
- [Background Color](https://tailwindcss.com/docs/background-color)
- Borders
- [Border Width](https://tailwindcss.com/docs/border-width)
- [Border Radius](https://tailwindcss.com/docs/border-radius)
- Effects
- [Shadow](https://tailwindcss.com/docs/box-shadow)
- [Opacity](https://tailwindcss.com/docs/opacity)
- Filters
- [Blur](https://tailwindcss.com/docs/blur)
- Tables
- [Border Collapse](https://tailwindcss.com/docs/border-collapse)
- Transitions & Animations
- [Transition](https://tailwindcss.com/docs/transition-property)
- [Animation](https://tailwindcss.com/docs/animation)
- Transform
- [Scale](https://tailwindcss.com/docs/scale)
- [Translate](https://tailwindcss.com/docs/translate)
- Interactivity
- [Cursor](https://tailwindcss.com/docs/cursor)

## Referências

- [Documentação](https://tailwindcss.com/docs/installation)
- Bibliotecas
- [HyperUI](https://www.hyperui.dev/)
- [Tailwind UI](https://tailwindui.com/)
Expand All @@ -85,3 +36,49 @@ import CodeHtmlPreview from '../../../../components/CodeHtmlPreview.astro';
- [TailwindTemplates](https://tailwindtemplates.io/templates)
- Tools
- [CSS 2 Tailwind](https://transform.tools/css-to-tailwind)
- [Documentação](https://tailwindcss.com/docs/installation)
- Core Concepts
- [Utility-First](https://tailwindcss.com/docs/utility-first)
- [Responsive Design](https://tailwindcss.com/docs/responsive-design)
- [Hover, Focus, and Other States](https://tailwindcss.com/docs/hover-focus-and-other-states)
- [Dark Mode](https://tailwindcss.com/docs/dark-mode)
- Customization
- [Color](https://tailwindcss.com/docs/customizing-colors)
- [Spacing](https://tailwindcss.com/docs/customizing-spacing)
- Flex & Grid
- [Flex](https://tailwindcss.com/docs/flex)
- [Grid](https://tailwindcss.com/docs/grid-template-columns)
- Layout
- [Container](https://tailwindcss.com/docs/container)
- [Position](https://tailwindcss.com/docs/position)
- Spacing
- [Padding](https://tailwindcss.com/docs/padding)
- [Margin](https://tailwindcss.com/docs/margin)
- [Space Between](https://tailwindcss.com/docs/space-between)
- Sizing
- [Width](https://tailwindcss.com/docs/width)
- [Height](https://tailwindcss.com/docs/height)
- [Size](https://tailwindcss.com/docs/size)
- Typography
- [Font Size](https://tailwindcss.com/docs/font-size)
- [Font Weight](https://tailwindcss.com/docs/font-weight)
- Background
- [Background Color](https://tailwindcss.com/docs/background-color)
- Borders
- [Border Width](https://tailwindcss.com/docs/border-width)
- [Border Radius](https://tailwindcss.com/docs/border-radius)
- Effects
- [Shadow](https://tailwindcss.com/docs/box-shadow)
- [Opacity](https://tailwindcss.com/docs/opacity)
- Filters
- [Blur](https://tailwindcss.com/docs/blur)
- Tables
- [Border Collapse](https://tailwindcss.com/docs/border-collapse)
- Transitions & Animations
- [Transition](https://tailwindcss.com/docs/transition-property)
- [Animation](https://tailwindcss.com/docs/animation)
- Transform
- [Scale](https://tailwindcss.com/docs/scale)
- [Translate](https://tailwindcss.com/docs/translate)
- Interactivity
- [Cursor](https://tailwindcss.com/docs/cursor)

0 comments on commit 9c2ff16

Please sign in to comment.