livyn-inc

57 mods across 1 repository, 2 stars between them.

accessibility

01

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A set of Cursor rules for making software interfaces easier for people with different access needs to use. It covers layout, readability, checks, and links to accessibility tools and references.

2 3mo ago A 0 tokens

navigation-patterns

02

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A layout rule describing how a page template connects its header, side navigation, and main-content areas. The terms in the rule are component names, and the text is partly in Japanese.

2 3mo ago A 2,215 tokens

brand

05

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A set of brand guidelines that serves as the destination for DCoS results written back into a project.

2 3mo ago A 0 tokens

components

06

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Guidelines for designing user-interface components, such as buttons, forms, and menus. The Japanese description says they follow broader design and token rules.

2 3mo ago A 0 tokens

alert

07

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A Japanese guide for designing and using an alert component, which displays notices or messages in an interface.

2 3mo ago A 0 tokens

avatar

08

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A user-image component that shows an image from a URL, alternative text, or fallback initials when no image is available.

2 3mo ago A 1,005 tokens

breadcrumb

09

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Breadcrumb({ items: Array , separator?: string, // 例: '/', '›'(既定: '/') size?: 'sm' | 'md', // 既定: 'md' maxVisible?: number, // 省略発動の閾値(既定: 5) collapseMode?: 'middle' | 'start' | 'end' // 省略方式(既定: 'middle') }).

2 3mo ago A 1,140 tokens

button

10

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A set of rules for designing and using button components, the interface controls users click to perform actions.

2 3mo ago A 0 tokens

card

11

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A set of guidelines for designing cards, such as interface panels or visual content. The guidelines are written in Japanese and are for design decisions rather than fixed implementation code.

2 3mo ago A 31 tokens

drawer

12

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A drawer component is a panel that slides in from the left or right side of a page and contains HTML content.

2 3mo ago A 886 tokens

dropdown

13

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Design and usage rules for a Dropdown interface component, including its API, operating conventions, style tokens, and AI-operation principles. A dropdown is a control that opens a list of selectable options.

2 3mo ago A 1,379 tokens

file-tree

14

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Implementation details for a FileTree component, which displays folders and files in a navigable tree. They define its items, file-click callback, folder-toggle callback, and container identifier.

2 3mo ago A 1,288 tokens

header

15

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Header({ variant: 'utility' | 'navigation', // デフォルト: 'utility' logo: { text?: string, icon?: string, href?: string } | string | null, navigation?: string, // Breadcrumb または Navigation コンポーネントの HTML actions: [ { type: 'text', content: string } | { type: 'icon', icon: string, href?: string, ariaLabel?: string } | {…

2 3mo ago A 1,337 tokens

icon-button

16

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

IconButton({ icon: string, // SVG または Lucide の HTML variant?: 'solid'|'outline'|'ghost'|'outline-solid'|'ghost-solid', // 既定: 'ghost' color?: 'primary'|'neutral'|'negative'|'absolute-white'|'absolute-black', // 既定: 'neutral' size?: 'sm'|'md'|'lg', // 既定: 'md'(高さは Button と一致) state?…

2 3mo ago A 1,336 tokens

input

17

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Guidance for designing and using input components, the fields people use to enter information in an interface.

2 3mo ago A 0 tokens

layout

18

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

PageTemplate({ columns: 'one-col' | 'two-col' | 'three-col', // 既定: 'two-col' stickyAside: boolean, // 既定: false(サイドを固定するか) density: 'compact' | 'default' | 'comfortable',// 既定: 'default' container: 'constrained' | 'full', // 既定: 'constrained' maxWidth: 'md' | 'xl' | '5xl' | '7xl', // 既定: '7xl'(layout-max-width- に準拠)…

2 3mo ago A 1,109 tokens

list

19

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

List({ variant: 'plain'|'divided'|'nav'|'structured'|'ordered'|'unordered', size: 'sm'|'md'|'lg', selection: 'none'|'single'|'multiple', items: Array<.

2 3mo ago A 1,379 tokens

modal

20

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A rule describing the inputs for a modal dialog component, which is a pop-up window. It specifies the title, HTML content, optional actions, open state, and supported sizes.

2 3mo ago A 1,421 tokens

navigation

21

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Navigation({ variant: 'top' | 'side', items: [ // 通常アイテム { label, href?, current?, leftIcon?, rightIcon?, defaultOpen?, children?: Item[] }, // セクション(グルーピング) { type: 'section', title, items: Item[], group?: 'divider' | 'space' } ] }).

2 3mo ago A 1,078 tokens

pagination

22

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A user-interface rule for adding page navigation when content spans multiple pages. It supports numbered pages, previous and next controls, labels, and an accessible description.

2 3mo ago A 1,061 tokens

popover

23

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

Popover({ triggerHtml: string, // トリガー要素のHTML(既定: 標準ボタン) content: string, // パネル内HTML placement: 'top' | 'right' | 'bottom' | 'left' // 既定: 'bottom' }).

2 3mo ago A 1,040 tokens

radio

24

livyn-inc/AI-design-system-yomogi

Cursor rule Cursor

A set of rules for designing and using radio components, which let users choose one option from a group.

2 3mo ago A 0 tokens