Modern browsers and Internet Explorer 9+ (with polyfills)
Server-side Rendering
IE / Edge
Firefox
Chrome
Safari
Opera
IE9, IE10, IE11, Edge
last 2 versions
last 2 versions
last 2 versions
last 2 versions
📦 Install
We recommend using npm to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
$ npm install santd --save
If you are in a bad network environment,you can try other registries and tools like cnpm.
🔨 Usage
import san from 'san';
import {DatePicker} from "santd";
const App = san.defineComponent({
components: {
's-datepicker': DatePicker
},
template: `<div><s-datepicker /></div>`
});
const myApp = new App();
myApp.attach(document.body);
And import style manually:
import "santd/dist/santd.css"; // or 'santd/dist/santd.less'
Ant Design for San
English | 简体中文
✨ Features
🖥 Environment Support
IE / Edge
Firefox
Chrome
Safari
Opera
📦 Install
We recommend using npm to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
If you are in a bad network environment,you can try other registries and tools like cnpm.
🔨 Usage
And import style manually:
Or import components on demand.
🌍 Internationalization
See i18n.
🔗 Links
⌨️ Development
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
Open your browser and visit http://127.0.0.1:8822
🤝 Contributing
We welcome all contributions. You can submit any ideas as pull requests or as GitHub issues.
If you’re new to posting issues, we ask that you read How To Ask Questions The Smart Way, How to Ask a Question in Open Source Community and How to Report Bugs Effectively prior to posting. Well written bug reports help us help you!
☀️ License
MIT