{"id":27121406,"url":"https://github.com/structuredlabs/glyphwald","last_synced_at":"2025-04-07T10:58:30.232Z","repository":{"id":282499053,"uuid":"948780712","full_name":"StructuredLabs/glyphwald","owner":"StructuredLabs","description":"The Structured Labs design system","archived":false,"fork":false,"pushed_at":"2025-03-28T22:06:41.000Z","size":919,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T23:22:38.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StructuredLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-15T00:21:12.000Z","updated_at":"2025-03-28T22:06:44.000Z","dependencies_parsed_at":"2025-03-15T11:46:39.742Z","dependency_job_id":null,"html_url":"https://github.com/StructuredLabs/glyphwald","commit_stats":null,"previous_names":["structuredlabs/glyphwald"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuredLabs%2Fglyphwald","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuredLabs%2Fglyphwald/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuredLabs%2Fglyphwald/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuredLabs%2Fglyphwald/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StructuredLabs","download_url":"https://codeload.github.com/StructuredLabs/glyphwald/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640488,"owners_count":20971555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-07T10:58:29.657Z","updated_at":"2025-04-07T10:58:30.218Z","avatar_url":"https://github.com/StructuredLabs.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/StructuredLabs/.github/main/GlyphwaldBanner.png\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Glyphwald\n\nGlyphwald is a **React + ShadCN** UI component library designed to streamline development with **Vite**, **TypeScript**, and **Tailwind CSS**. Built and maintained by [Structured Labs](https://structuredlabs.com/) and used for designing [Preswald](https://www.preswald.com/), it provides customizable UI components for modern web applications.\n\n## Package\n\n[npm package](https://www.npmjs.com/package/glyphwald)\n\n## Installation\n\nInstall Glyphwald via npm:\n\n```sh\nnpm i glyphwald\n```\n\nOr with Yarn:\n\n```sh\nyarn add glyphwald\n```\n\n## Usage\n\nImport and use components in your project:\n\n```tsx\nimport { Button } from \"glyphwald\";\n\nexport default function App() {\n  return (\n    \u003cdiv className=\"flex items-center justify-center min-h-screen bg-gray-100\"\u003e\n      \u003cButton variant=\"default\" size=\"lg\"\u003eClick Me\u003c/Button\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Tailwind CSS Setup\n\nGlyphwald relies on **Tailwind CSS**. Ensure your project has it configured.\n\n### If Tailwind is Missing:\n\n1. Install Tailwind CSS:\n   ```sh\n   npm install -D tailwindcss postcss autoprefixer\n   npx tailwindcss init -p\n   ```\n\n2. Update `tailwind.config.js`:\n   ```js\n   module.exports = {\n     content: [\n       \"./index.html\",\n       \"./src/**/*.{js,ts,jsx,tsx}\",\n       \"./node_modules/@structuredlabs/glyphwald/dist/**/*.js\"\n     ],\n     theme: {\n       extend: {},\n     },\n     plugins: [],\n   };\n   ```\n\n3. Ensure `src/index.css` includes:\n   ```css\n   @tailwind base;\n   @tailwind components;\n   @tailwind utilities;\n   ```\n\n## Updating Glyphwald\n\nTo update Glyphwald to the latest version:\n\n```sh\nnpm update glyphwald\n```\n\n# Storybook\n\n```\nnpm run storybook\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructuredlabs%2Fglyphwald","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructuredlabs%2Fglyphwald","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructuredlabs%2Fglyphwald/lists"}