### Button Usage Example
Source: https://guokaigdg.github.io/animal-island-ui/#/button
Example demonstrating how to use the Button component with various types, states, and sizes.
```APIDOC
## Button Usage Example
### Description
This example shows how to import and use the Button component from the 'animal-island-ui' library with different configurations.
### Code
```javascript
import React from 'react';
import { Button } from 'animal-island-ui';
const App = () => {
return (
);
};
export default App;
```
```
--------------------------------
### Button Component Usage Examples
Source: https://guokaigdg.github.io/animal-island-ui/#/button
Demonstrates how to use the Button component with different types, states, sizes, and icons. Ensure the 'animal-island-ui' library is imported.
```jsx
import React from 'react';
import { Button } from 'animal-island-ui';
const App = () => {
return (