{"id":20564327,"url":"https://github.com/tarantool/front-ui-kit","last_synced_at":"2025-06-30T08:33:00.709Z","repository":{"id":35121693,"uuid":"204780131","full_name":"tarantool/front-ui-kit","owner":"tarantool","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T06:45:29.000Z","size":16756,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-06-18T10:17:12.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tarantool.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-27T19:56:55.000Z","updated_at":"2025-04-09T05:59:07.000Z","dependencies_parsed_at":"2023-01-15T14:15:52.914Z","dependency_job_id":null,"html_url":"https://github.com/tarantool/front-ui-kit","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/tarantool/front-ui-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Ffront-ui-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Ffront-ui-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Ffront-ui-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Ffront-ui-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarantool","download_url":"https://codeload.github.com/tarantool/front-ui-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Ffront-ui-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262739185,"owners_count":23356667,"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":"2024-11-16T04:25:40.947Z","updated_at":"2025-06-30T08:33:00.682Z","avatar_url":"https://github.com/tarantool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tarantool UI Components Kit\n\nIt's UI components set for Tarantool's interfaces. Strongly recommended to use in every UI module.\n\n[![Build Status](https://travis-ci.com/tarantool/front-ui-kit.svg?branch=master)](https://travis-ci.com/tarantool/front-ui-kit)\n\n## Usage\n\n## Installing\n\nInstall package into your project from [npm](https://www.npmjs.com/package/@tarantool.io/ui-kit):\n\n```shell static\nnpm i @tarantool.io/ui-kit\n```\n\n### Fonts\n\nAdd Inter font to your project.\nYou can attach font from Google Fonts using link:\n\n```plain\nhttps://fonts.googleapis.com/css2?family=Inter:wght@400;600\u0026display=swap\n```\n\nOptionally you can add Source Code Pro to display monotype texts (code, errors, etc.):\n\n```plain\nhttps://fonts.googleapis.com/css2?family=Inter:wght@400;600\u0026family=Source+Code+Pro:wght@400;500\u0026display=swap\n```\n\n### Getting components\n\nImport components and whatever from ui-kit in code:\n\n```js static\nimport { Button } from '@tarantool.io/ui-kit';\n\n...\n\nreturn (\n  \u003cButton intent=\"primary\" text=\"Tarantool\" /\u003e\n);\n```\n\n### Customizing\n\nYou can customize components passing additional css classes to `className` prop.\nThe `style` property is not recommended to use.\n\n## Styleguide\n\nComponents list and usage recipes on https://tarantool.github.io/front-ui-kit/.\n\nUse `npm run build` to build or `npm start` to run development server with your local styleguide. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Ffront-ui-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarantool%2Ffront-ui-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Ffront-ui-kit/lists"}