Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
/flow-corePublic archive

Flow

License

NotificationsYou must be signed in to change notification settings

ollionorg/flow-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgeDynamic JSON BadgebuildreleaseCodeQLSecurity RatingMaintainability RatingQuality Gate StatusReliability RatingDuplicated Lines (%)VulnerabilitiesBugs

Flow-core is the base library required by any flow dependecies. It consists mostly of building blocks such design + system tokens, atoms, molecules, base themes, etc.

Table of contents

Getting started

Starter kits

For a new project, Flow has put together starter kits with basic dependencies to get you going. Each starter kit will contain Flow core,Flow system icons, Default google fonts and fully functional Flow templates (eg: top navigation, profile, left navigation, etc)

Kits

If you would like to contribute to an existing starter kit or write a new one for a different framework, write toflow@ollion.com or ping on our slack channel.

VScode Plugin:Install Flow's Plugin to access components, icons, values, etc, and documentation inside of VScode.

Browser Debugger:Chrome,Firefox,Safari

Note: For Typescript, make sure you are using version >4.5


Existing project

1️⃣ Install flow core

npm i --save @ollion/flow-core

Note: after installation re-start your application.


2️⃣ Import flow-core into your project

Copy and import the below snippet into your startup file. InVueJS: (src/main.ts or main.js),Angular: (src/main.ts),React: (src/index.tsx or index.jsx)

import"@ollion/flow-core";

3️⃣ If your project uses Typescript (>4.5) please include import types

Vue:Copy paste below line in yourmain.ts file.

import"@ollion/flow-core/dist/types/vue2";

or

import"@ollion/flow-core/dist/types/vue3";

ReactInclude react type intsconfig.json like below

"include": ["src","./node_modules/@ollion/flow-core/dist/types/react.ts"]

Note: after adding the snippets, re-start your application.

Flow icons

Icons are not packaged with Flow core to allow more flexibility and customization. We recommend that you install the system icon pack to get started.

1️⃣ Install the icon pack

npm i --save @ollion/flow-system-icon

2️⃣ Import the icon pack

import"@ollion/flow-core";import"@ollion/flow-system-icon";

VScode Plugin and debuggers

Install Flow's Plugin to access components, icons, values, etc, and documentation inside of VScode.

Browser Debugger:Chrome,Firefox,Safari

Components

Visit theFlow components Storybook

Templates

Visit theFlow templates Storybook

Dependencies

  • Tables (In development)
  • Logs (coming soon)
  • Force graph (coming soon)
  • Themes (coming soon)
  • Time-series (coming soon)

Resources

Get in touch

If you would like to get in touch or contribute, please write toflow@ollion.com.


[8]ページ先頭

©2009-2025 Movatter.jp